[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 U_PWDTC() (INTEGER)

 Function
  Get the number of times the user has changed his password.

 Syntax
  U_PWDTC()   No arguments are required

 Return Type & Value
  INTEGER
  Returns the number of times the user has changed his password.

 Remarks
  PCBoard has the ability to track the total number of times each user
  changes his password.  This function will return that count for the user
  currently online.  Unlike the predefined U_... user variables, this
  function does not require the use of GETUSER to return valid
  information.  However, it does require that the password PSA has been
  installed to return meaningful information.  The existence of the
  password PSA may be checked via the PSA() function.

 Examples
  IF (PSA(4)) THEN
    PRINTLN "You have changed your password ",U_PWDTC()," times."
  ENDIF

See Also: PSA()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson